iit

Basic SQL Queries


By Justin Callanan

Introduction
Database and query basics
Elements of a query
Writing an SQL query
Wrap-up
Quiz

Wrap-up

Databases are used to store records, and queries are used to access those records. SQL has specific syntax used to create these queries and return the desired results. Wildcards can be used to shorten queries, and clauses can be added to restrict the results.

< Previous | Next >